PhoneticRun Class

Represents a phonetic text run (rPh element) of a shared string item, giving the pronunciation (e.g. Japanese furigana) of a range of characters in the base text.

Definition

Namespace: Independentsoft.Office.Spreadsheet
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class PhoneticRun
Inheritance
Object    PhoneticRun

Constructors

PhoneticRun Initializes a new instance of the PhoneticRun class.
PhoneticRun(Int32, Int32, String) Initializes a new instance of the PhoneticRun class.

Properties

EndIndex Gets or sets the zero-based index of the character following the last base text character the run applies to (eb attribute).
StartIndex Gets or sets the zero-based index of the first base text character the run applies to (sb attribute).
Text Gets or sets the phonetic text.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also